home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / unix / amiga / 461 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  911 b 

  1. Path: hillres155.cc.purdue.edu!willey
  2. From: willey@hillres142.cc.purdue.edu (Mark Willey)
  3. Newsgroups: comp.unix.amiga,comp.unix.bsd.netbsd.misc
  4. Subject: Re: Different size of binaries
  5. Followup-To: comp.unix.amiga,comp.unix.bsd.netbsd.misc
  6. Date: 22 Feb 1996 05:15:00 GMT
  7. Organization: Purdue University
  8. Message-ID: <4ggu4k$lci@mozo.cc.purdue.edu>
  9. References: <4gfo7r$l89@toad.stack.urc.tue.nl>
  10. NNTP-Posting-Host: hillres155.cc.purdue.edu
  11. X-Newsreader: TIN [version 1.2 PL2]
  12.  
  13. Eka Durmin (eka@stack.urc.tue.nl) wrote:
  14. : Hello,
  15.  
  16. :   I've downloaded the source and the binary of lha-1.00 for NetBSD-1.1.
  17. : The binary is < 60kb.
  18. : After I've installed gcc-2.7.0, I tried to recompile lha...
  19. : Compiling works ok, but the binary I get was > 300kb.
  20.  
  21. :   Why is the new binary so much bigger? What options of gcc should I 
  22. : turn on/off to make the binaries smaller?
  23.  
  24. Use 'strip' to take out the unneded symbols.
  25.  
  26. Mark
  27.  
  28.